.b1 {
  background: url(background1.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
}

.vertical-center {
  display: flex;
  align-items: center;
  min-height: 100vh;
  /* width: 100vh; */
}

.login {
  background-color: #ffffff;
  color: black;
  border: solid black 1px;
  border-radius: 10px;
}

.navbar {
  background-color: #5a0c07;
}

.tablehead {
  background-color: #5a0c07;
  color: #ffffff;
}

.button-light {
  color: white;
  border: solid white 2px;
  border-radius: 10px;
}

.button-dark {
  color: white;
  background-color: #5a0c07;
  border-radius: 10px;
}

.button-light:hover {
  background-color: white;
  color: #5a0c07;
}
.button-dark:hover {
  background-color: #5a0c07;
  color: #ffffff;
}

#mailTable td textarea {
  width: 200px; /* Adjust the width as needed */
}

.tab {
  overflow: hidden;
  background-color: #5a0c07;
  color: white;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.5s;
}

/* .nav-link active {
  background-color: #5a0c07;
  color: white;
} */
/* Change background color of buttons on hover */
/* .tab button:hover {
    background-color: #ffffff;
  } */

/* Create an active/current tablink class */
/* .tab button.active {
  background-color: #5a0c07;
  color: white;
  font-weight: bold;
} */

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

/* pagination Styles */

#pagination {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.pagination-button {
  padding: 5px 10px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  cursor: pointer;
  border-radius: 3px;
}

/* .pagination-button.active {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
} */

.pagination-button:hover {
  background-color: #0056b3;
  color: white;
}
.icon {
  width: 100;
}
